/*------------------------------------------------------------------------
# "Hot Joomla Carousel Pro" Joomla module
# Copyright (C) 2010 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.hotcarousel {
	position:relative;
	top:-16px;	
}

.IE button {
	width:1%;
	overflow:visible;
}

.foo {
	float:left;
}

.hotcarousel .js .carousel-wrap {
	vertical-align:middle;
	margin:0;
	z-index:1;
}

.IE .hotcarousel .js .carousel-wrap {
	display:inline;
}

.hotcarousel .js ul li.carouselcontent, .hotcarousel .js ul li.carouselimage {
	overflow:hidden;
	display:inline;
	float:left;
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}

.hotcarousel .carousel-control {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:31px;
	cursor:pointer;
	line-height:999px;
}

.hotcarousel .disabled,.hotcarousel .disabled:hover {
	cursor:default;
}

div.carousel-pagination {
	text-align:center;
	clear:both;
	position:relative;
	top:-16px;
	z-index:2 !important;
}

div.carousel-pagination p {
	text-align:right;
	padding:0;
	margin:0;
}

div.carousel-pagination a {
	padding:0;
	text-decoration:none;
	z-index:100;
	display:inline;
	height:10px;
	width:10px;
}

.disabled {
	opacity:0.4;
}

.clr {
	clear:both;
}

.hotcarousel p {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.hotcarousel li .carouselarticle img {
	float:left;
	margin-right:15px;
}

.hotcarousel .small {
	text-align:right;
	display:block;
}

.carouselarticle .small {
	position:relative;
	top:14px;
}